PDF4Java Reference Documentation
com.o2sol.pdf4java.destinations Package / PDFNamedDestination Class / setName Method
The name of the destination.
In This Topic
    setName Method
    In This Topic
    Sets the destination name.
    Syntax
    public void setName( 
       java.lang.String name
    )

    Parameters

    name
    The name of the destination.
    Exceptions
    ExceptionDescription
    When name is null or empty.
    See Also